tooltip: Use gtk_widget_compute_bounds to get tootip widget anchor
authorTimm Bäder <mail@baedert.org>
Sun, 3 Feb 2019 05:47:57 +0000 (06:47 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 4 Feb 2019 16:05:30 +0000 (17:05 +0100)
commit47ba423eca27be751a8fb9a3ad2f73fb483b67e6
tree544a207635bbca826a9cb952fa07223235aa2c9b
parent489e87baea75ba003746f6ab958793ff0c5e261d
tooltip: Use gtk_widget_compute_bounds to get tootip widget anchor

Instead of using gtk_widget_get_allocated_width/height, which might
return the wrong box for the tooltip widget.
gtk/gtktooltip.c